Skip to content

Conversation

@Tarquinen
Copy link
Collaborator

Summary

  • Add optional logger parameter to checkForUpdates function for better observability
  • Log version check outcomes: skipped (npm fetch failed), up to date, or update available
  • Improves debugging and monitoring of the update notification feature

Changes

  • lib/version-checker.ts: Enhanced checkForUpdates to accept logger and log version check results
  • index.ts: Pass logger to checkForUpdates call

Version

v0.3.13

- Accept optional logger parameter in checkForUpdates
- Log when version check is skipped (npm fetch failed)
- Log when plugin is up to date with current versions
- Log when an update is available with version details
@Tarquinen Tarquinen merged commit b9df046 into master Nov 25, 2025
1 check passed
@Tarquinen Tarquinen deleted the feat/version-check-logging branch November 25, 2025 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants